home *** CD-ROM | disk | FTP | other *** search
- Path: brookes.ac.uk!news
- From: Krunchie <95155580@brookes.ac.uk>
- Newsgroups: comp.lang.c
- Subject: Re: HELP - malloc
- Date: 28 Mar 1996 15:16:34 GMT
- Organization: Digital Dynamics Unlimited
- Message-ID: <4jeagi$m2p@cs3.brookes.ac.uk>
- References: <1996Mar27.143834.6017@leeds.ac.uk>
- NNTP-Posting-Host: rm005076.brookes.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- Are you sure you are using pointers the right way. Remember ItemName is
- not a variable but a pointer to a location in memory to "access" the data
- at this location you have to dereference it.
-
- If you post portions of your code I'm sure someone will be able to tell
- you what you have done wrong.
-
- Krunchie
-
-
-